Skip to content

Commit

Permalink
3.1.1.dev1 unpin everything (#686)
Browse files Browse the repository at this point in the history
Dev release to test unpinning.
  • Loading branch information
Paul Prescod authored Jun 8, 2022
1 parent ac624aa commit d36afc3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
black
coverage
coveralls
mkdocs # need to change Snowfakery monkey-patching before upgrade
mkdocs
mkdocs-exclude-search
pre-commit
pytest
pytest-cov
typeguard
faker-microservice
tox
tox-gh-actions # needed for CI only
tox-gh-actions
pytest-vcr
vcrpy
responses
Expand Down
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==21.4.0
# pytest
black==22.3.0
# via -r requirements/dev.in
certifi==2021.10.8
certifi==2022.5.18.1
# via
# -r requirements/prod.txt
# requests
Expand All @@ -25,7 +25,7 @@ click==8.1.3
# -r requirements/prod.txt
# black
# mkdocs
coverage[toml]==6.3.2
coverage[toml]==6.4.1
# via
# -r requirements/dev.in
# coveralls
Expand All @@ -36,13 +36,13 @@ distlib==0.3.4
# via virtualenv
docopt==0.6.2
# via coveralls
faker==13.11.0
faker==13.12.1
# via
# -r requirements/prod.txt
# faker-microservice
faker-microservice==2.0.0
# via -r requirements/dev.in
filelock==3.6.0
filelock==3.7.1
# via
# tox
# virtualenv
Expand All @@ -54,36 +54,36 @@ greenlet==1.1.2
# sqlalchemy
gvgen==1.0
# via -r requirements/prod.txt
identify==2.5.0
identify==2.5.1
# via pre-commit
idna==3.3
# via
# -r requirements/prod.txt
# requests
# yarl
importlib-metadata==4.11.3
importlib-metadata==4.11.4
# via
# markdown
# mkdocs
importlib-resources==5.7.1
# via tox-gh-actions
iniconfig==1.1.1
# via pytest
jinja2==2.11.3
jinja2==3.1.2
# via
# -r requirements/prod.txt
# mkdocs
jsonschema==4.5.1
jsonschema==4.6.0
# via -r requirements/dev.in
markdown==3.3.7
# via mkdocs
markupsafe==2.0.1
markupsafe==2.1.1
# via
# -r requirements/prod.txt
# jinja2
mergedeep==1.3.4
# via mkdocs
mkdocs==1.2.4
mkdocs==1.3.0
# via
# -r requirements/dev.in
# mkdocs-exclude-search
Expand Down Expand Up @@ -116,7 +116,7 @@ py==1.11.0
# via
# pytest
# tox
pydantic==1.9.0
pydantic==1.9.1
# via -r requirements/prod.txt
pyparsing==3.0.9
# via packaging
Expand Down Expand Up @@ -152,7 +152,7 @@ requests==2.27.1
# -r requirements/prod.txt
# coveralls
# responses
responses==0.20.0
responses==0.21.0
# via -r requirements/dev.in
six==1.16.0
# via
Expand All @@ -161,7 +161,7 @@ six==1.16.0
# tox
# vcrpy
# virtualenv
sqlalchemy==1.4.36
sqlalchemy==1.4.37
# via -r requirements/prod.txt
toml==0.10.2
# via
Expand All @@ -178,7 +178,7 @@ tox==3.25.0
# tox-gh-actions
tox-gh-actions==2.9.1
# via -r requirements/dev.in
typeguard==2.10.0
typeguard==2.13.3
# via -r requirements/dev.in
typing-extensions==4.2.0
# via
Expand All @@ -198,7 +198,7 @@ virtualenv==20.14.1
# via
# pre-commit
# tox
watchdog==2.1.7
watchdog==2.1.8
# via mkdocs
wrapt==1.14.1
# via vcrpy
Expand Down
4 changes: 1 addition & 3 deletions requirements/prod.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
SQLAlchemy
# Remove this when Faker/Docs building issue is cleared up.
Faker
jinja2 # until CCI is compatible
jinja2
PyYAML
click
python-dateutil
gvgen
pydantic
python-baseconv
requests
# This whole line should be deleted when Jinja and MarkupSafe are compatible:
MarkupSafe
12 changes: 6 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
#
# pip-compile --allow-unsafe requirements/prod.in
#
certifi==2021.10.8
certifi==2022.5.18.1
# via requests
charset-normalizer==2.0.12
# via requests
click==8.1.3
# via -r requirements/prod.in
faker==13.11.0
faker==13.12.1
# via -r requirements/prod.in
greenlet==1.1.2
# via sqlalchemy
gvgen==1.0
# via -r requirements/prod.in
idna==3.3
# via requests
jinja2==2.11.3
jinja2==3.1.2
# via -r requirements/prod.in
markupsafe==2.0.1
markupsafe==2.1.1
# via
# -r requirements/prod.in
# jinja2
pydantic==1.9.0
pydantic==1.9.1
# via -r requirements/prod.in
python-baseconv==1.2.2
# via -r requirements/prod.in
Expand All @@ -38,7 +38,7 @@ requests==2.27.1
# via -r requirements/prod.in
six==1.16.0
# via python-dateutil
sqlalchemy==1.4.36
sqlalchemy==1.4.37
# via -r requirements/prod.in
typing-extensions==4.2.0
# via pydantic
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1.dev0
3.1.1.dev1

0 comments on commit d36afc3

Please sign in to comment.