Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump factory-boy from 3.2.1 to 3.3.1#2548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JacobCoffee merged 3 commits intomainfromdependabot/pip/factory-boy-3.3.1
Sep 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 13, 2024

Bumpsfactory-boy from 3.2.1 to 3.3.1.

Changelog

Sourced fromfactory-boy's changelog.

3.3.1 (2024-08-18)

New:

  • Add support for Django 4.2
  • Add support for Django 5.1
  • Add support for Python 3.12
  • :issue:903: Add basic typing annotations
  • Run the test suite againstmongomock instead of an actual MongoDB server

Bugfix:

  • :issue:1031: Do not require :attr:~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session when:attr:~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory is provided.

Removed:

  • Stop advertising and verifying support for Django 3.2, 4.0, 4.1

3.3.0 (2023-07-19)

New:

- :issue:`366`: Add :class:`factory.django.Password` to generate Django :class:`~django.contrib.auth.models.User`  passwords.- :issue:`304`: Add :attr:`~factory.alchemy.SQLAlchemyOptions.sqlalchemy_session_factory` to dynamically  create sessions for use by the :class:`~factory.alchemy.SQLAlchemyModelFactory`.- Add support for Django 4.0- Add support for Django 4.1- Add support for Python 3.10- Add support for Python 3.11

Bugfix:

- Make :meth:`~factory.django.mute_signals` mute signals during post-generation.
  • :issue:775: Change the signature for :class:~factory.alchemy.SQLAlchemyModelFactory's_save and
    _get_or_create methods to avoid argument names clashes with a field namedsession.

Deprecated:

- :class:`~factory.django.DjangoModelFactory` will stop issuing a second call to  :meth:`~django.db.models.Model.save` on the created instance when :ref:`post-generation-hooks` return a value.

To help with the transition, :class:factory.django.DjangoModelFactory's_after_postgeneration raises a
:class:DeprecationWarning when calling :meth:~django.db.models.Model.save. Inspect your
:class:~factory.django.DjangoModelFactory subclasses:

  • If the :meth:~django.db.models.Model.save call is not needed after :class:~factory.PostGeneration, set

... (truncated)

Commits
  • c38732f Preparing release 3.3.1
  • 0ee3c9d Enable "nitpicky" mode on Sphinx
  • a7d06b9 Target Django 5.x tests at version 5.1
  • ce39114 Stop testing for Django 3.2
  • c2188f7 Stop testing against PostgreSQL
  • 819acce Run the test suite against Mongomock
  • f8456f5 Remove various (obsolete) warning exemption flags
  • 8aaa29b Improve readability of alchemy checker
  • d6349de Call evaluate_pre() instead of evaluate() on Maybe decider
  • 01c0a73 test: add regression test for#965
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.1.- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)- [Commits](FactoryBoy/factory_boy@3.2.1...3.3.1)---updated-dependencies:- dependency-name: factory-boy  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsSep 13, 2024
@JacobCoffeeJacobCoffee merged commitfa18e78 intomainSep 20, 2024
6 checks passed
@JacobCoffeeJacobCoffee deleted the dependabot/pip/factory-boy-3.3.1 branchSeptember 20, 2024 14:05
JacobCoffee added a commit that referenced this pull requestSep 24, 2024
* fix: display active events, fix time not displaying for some events (#2556)* fix: display active events, fix time not displaying for some events* test: passing events view tests* style: different icon* Update views.pyCo-authored-by: Ee Durbin <ewdurbin@gmail.com>---------Co-authored-by: Ee Durbin <ewdurbin@gmail.com>* Bump django-admin-interface from 0.24.2 to 0.28.9 (#2589)Bumps [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) from 0.24.2 to 0.28.9.- [Release notes](https://github.com/fabiocaccamo/django-admin-interface/releases)- [Changelog](https://github.com/fabiocaccamo/django-admin-interface/blob/main/CHANGELOG.md)- [Commits](fabiocaccamo/django-admin-interface@0.24.2...0.28.9)---updated-dependencies:- dependency-name: django-admin-interface  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Jacob Coffee <jacob@z7x.org>* Bump django-pipeline from 3.0.0 to 3.1.0 (#2549)Bumps [django-pipeline](https://github.com/jazzband/django-pipeline) from 3.0.0 to 3.1.0.- [Release notes](https://github.com/jazzband/django-pipeline/releases)- [Changelog](https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst)- [Commits](jazzband/django-pipeline@3.0.0...3.1.0)---updated-dependencies:- dependency-name: django-pipeline  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* Bump factory-boy from 3.2.1 to 3.3.1 (#2548)Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.1.- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)- [Commits](FactoryBoy/factory_boy@3.2.1...3.3.1)---updated-dependencies:- dependency-name: factory-boy  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* fix(frontend): add help text to story form (#2594)* fix(frontend): add help text to story formCloses#2364* chore: source migration* fix: use meta class overrides instead* feat: linkify* Bump python-decouple from 3.4 to 3.8 (#2596)Bumps [python-decouple](https://github.com/henriquebastos/python-decouple) from 3.4 to 3.8.- [Release notes](https://github.com/henriquebastos/python-decouple/releases)- [Changelog](https://github.com/HBNetwork/python-decouple/blob/master/CHANGELOG.md)- [Commits](HBNetwork/python-decouple@v3.4...v3.8)---updated-dependencies:- dependency-name: python-decouple  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Jacob Coffee <jacob@z7x.org>* deps: no mo boto (#2598)* Bump django-tastypie from 0.14.6 to 0.14.7 (#2602)Bumps [django-tastypie](https://github.com/django-tastypie/django-tastypie) from 0.14.6 to 0.14.7.- [Release notes](https://github.com/django-tastypie/django-tastypie/releases)- [Commits](django-tastypie/django-tastypie@v0.14.6...v0.14.7)---updated-dependencies:- dependency-name: django-tastypie  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* Bump cssselect from 1.1.0 to 1.2.0 (#2606)Bumps [cssselect](https://github.com/scrapy/cssselect) from 1.1.0 to 1.2.0.- [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES)- [Commits](scrapy/cssselect@v1.1.0...v1.2.0)---updated-dependencies:- dependency-name: cssselect  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* chores & docs: clean up some inaccuracies in getting started (#2600)* chore: remove obsolete version entry from composeCurrently raises a warning:   the attribute `version` is obsolete, it will be ignored,   please remove it to avoid potential confusionSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: staging site does not existSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: format the link to be clickableSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: use what's currently in docker-compose.ymlSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: remove version specificitySigned-off-by: Mike Fiedler <miketheman@gmail.com>---------Signed-off-by: Mike Fiedler <miketheman@gmail.com>---------Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: Mike Fiedler <miketheman@gmail.com>Co-authored-by: Ee Durbin <ewdurbin@gmail.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Mike Fiedler <miketheman@gmail.com>
ewdurbin added a commit that referenced this pull requestSep 30, 2024
* fix: display active events, fix time not displaying for some events (#2556)* fix: display active events, fix time not displaying for some events* test: passing events view tests* style: different icon* Update views.pyCo-authored-by: Ee Durbin <ewdurbin@gmail.com>---------Co-authored-by: Ee Durbin <ewdurbin@gmail.com>* Bump django-admin-interface from 0.24.2 to 0.28.9 (#2589)Bumps [django-admin-interface](https://github.com/fabiocaccamo/django-admin-interface) from 0.24.2 to 0.28.9.- [Release notes](https://github.com/fabiocaccamo/django-admin-interface/releases)- [Changelog](https://github.com/fabiocaccamo/django-admin-interface/blob/main/CHANGELOG.md)- [Commits](fabiocaccamo/django-admin-interface@0.24.2...0.28.9)---updated-dependencies:- dependency-name: django-admin-interface  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Jacob Coffee <jacob@z7x.org>* Bump django-pipeline from 3.0.0 to 3.1.0 (#2549)Bumps [django-pipeline](https://github.com/jazzband/django-pipeline) from 3.0.0 to 3.1.0.- [Release notes](https://github.com/jazzband/django-pipeline/releases)- [Changelog](https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst)- [Commits](jazzband/django-pipeline@3.0.0...3.1.0)---updated-dependencies:- dependency-name: django-pipeline  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* Bump factory-boy from 3.2.1 to 3.3.1 (#2548)Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.2.1 to 3.3.1.- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)- [Commits](FactoryBoy/factory_boy@3.2.1...3.3.1)---updated-dependencies:- dependency-name: factory-boy  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* fix(frontend): add help text to story form (#2594)* fix(frontend): add help text to story formCloses#2364* chore: source migration* fix: use meta class overrides instead* feat: linkify* Bump python-decouple from 3.4 to 3.8 (#2596)Bumps [python-decouple](https://github.com/henriquebastos/python-decouple) from 3.4 to 3.8.- [Release notes](https://github.com/henriquebastos/python-decouple/releases)- [Changelog](https://github.com/HBNetwork/python-decouple/blob/master/CHANGELOG.md)- [Commits](HBNetwork/python-decouple@v3.4...v3.8)---updated-dependencies:- dependency-name: python-decouple  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Jacob Coffee <jacob@z7x.org>* deps: no mo boto (#2598)* Bump django-tastypie from 0.14.6 to 0.14.7 (#2602)Bumps [django-tastypie](https://github.com/django-tastypie/django-tastypie) from 0.14.6 to 0.14.7.- [Release notes](https://github.com/django-tastypie/django-tastypie/releases)- [Commits](django-tastypie/django-tastypie@v0.14.6...v0.14.7)---updated-dependencies:- dependency-name: django-tastypie  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* Bump cssselect from 1.1.0 to 1.2.0 (#2606)Bumps [cssselect](https://github.com/scrapy/cssselect) from 1.1.0 to 1.2.0.- [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES)- [Commits](scrapy/cssselect@v1.1.0...v1.2.0)---updated-dependencies:- dependency-name: cssselect  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>* chores & docs: clean up some inaccuracies in getting started (#2600)* chore: remove obsolete version entry from composeCurrently raises a warning:   the attribute `version` is obsolete, it will be ignored,   please remove it to avoid potential confusionSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: staging site does not existSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: format the link to be clickableSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: use what's currently in docker-compose.ymlSigned-off-by: Mike Fiedler <miketheman@gmail.com>* docs: remove version specificitySigned-off-by: Mike Fiedler <miketheman@gmail.com>---------Signed-off-by: Mike Fiedler <miketheman@gmail.com>* fix(#1701): Events page displays year for events scheduled to start or end at a future year (#2500)* Add Methods To Check If Event Starts And Ends This Year* Set Up Templates For Querying Start And End YearsPassed variables to the time_tag template [time_tag.html] that checks if an event was scheduled to start or end with the current year.* Insert New Test Data And Update test_views.pyMore events are created to test particular scenarios of events especially events set to start or end at a future year.* Time Tag Now Shows Year For Events With Details Not Within The Current YearThe time tag now displays the year when an event will occur. This is only for events that have been scheduled to start or end in at a future year. The accompanying functional tests have also been included.* Move All Test Data To Functional TestAll test data concerning the provision of data to serve the functional tests have been moved to the functional test.As it improves readability.All other test data at test_views.py was resetto accommodate for the reduction in number of test data instances.* Functional Test For Displaying Year Of Event For Future Events Now Implemented With Unit Tests* Remove Functional Test For Displaying Year Of Future EventSince the current CI at the main branch does not support selenium [web driver] operations, the functional test which depends on selenium to run has been removed.* Handle Case When Call To Next Event Returns None* Fix Erroneous Addition To Dev RequirementsThis error was introduced in115af08* Refactor Tests For Relevant Year String Rendering At Events Page- Updated the test methods `test_scheduled_to_start_this_year_method` and `test_scheduled_to_end_this_year_method` to better reflect event scheduling edge cases.- Added assertions to verify when events are not scheduled to start or end within the current year.- Utilize `unittest.mock` to clamp down datetime-sensitive tests.---------Co-authored-by: Jacob Coffee <jacob@z7x.org>* infra: enable the waf (#2613)* fix(infra): use new site names (#2614)* chore: avoid running Actions twice on PR (#2615)* chore: avoid running Actions twice on PRRefs:https://github.com/orgs/community/discussions/57827#discussioncomment-6579237* chore: run once* add a static container for handling local frontend dev (#2619)* add a static container for handling local frontend dev* resulting css files* Improve static deploy (#2609)* Add a utility for purging Fastly by Surrogate-Key* add a postdeploy step to purge surroage-keys for static files---------Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: Mike Fiedler <miketheman@gmail.com>Co-authored-by: Ee Durbin <ewdurbin@gmail.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Mike Fiedler <miketheman@gmail.com>Co-authored-by: Nwokolo Godwin Chidera <nwokolo.godwin.chidera@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ewdurbinewdurbinewdurbin approved these changes

@JacobCoffeeJacobCoffeeAwaiting requested review from JacobCoffeeJacobCoffee is a code owner

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filepythonPull requests that update Python code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ewdurbin@JacobCoffee

[8]ページ先頭

©2009-2025 Movatter.jp