Skip to content

Commit

Permalink
Remove all pins to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed May 12, 2022
1 parent 35ee7c9 commit 9658d7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
black
coverage
coveralls
mkdocs<1.3.0 # need to change Snowfakery monkey-patching before upgrade
mkdocs # need to change Snowfakery monkey-patching before upgrade
mkdocs-exclude-search
pre-commit
pytest
pytest-cov
typeguard==2.10.0 # do not upgrade until #181 is fixed
typeguard
faker-microservice
tox
tox-gh-actions # needed for CI only
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ distlib==0.3.4
# via virtualenv
docopt==0.6.2
# via coveralls
faker==12.3.3
faker==13.11.0
# via
# -r requirements/prod.txt
# faker-microservice
Expand Down
4 changes: 2 additions & 2 deletions requirements/prod.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SQLAlchemy
# Remove this when Faker/Docs building issue is cleared up.
Faker
jinja2<3 # until CCI is compatible
jinja2 # until CCI is compatible
PyYAML
click
python-dateutil
Expand All @@ -10,4 +10,4 @@ pydantic
python-baseconv
requests
# This whole line should be deleted when Jinja and MarkupSafe are compatible:
MarkupSafe<2.1.0
MarkupSafe
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==2.0.12
# via requests
click==8.1.3
# via -r requirements/prod.in
faker==12.3.3
faker==13.11.0
# via -r requirements/prod.in
greenlet==1.1.2
# via sqlalchemy
Expand Down

0 comments on commit 9658d7d

Please sign in to comment.