Skip to content

Commit

Permalink
[chore] Bump versions (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Nov 15, 2023
1 parent cd549f6 commit 418e35d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ venv:

setup: clean clean-env venv

freeze:
requirements:
pip-compile --output-file=requirements.txt --resolver=backtracking --upgrade --quiet --no-header --no-annotate --strip-extras
pip-compile --output-file=requirements-dev.txt --resolver=backtracking --upgrade --quiet --no-header --no-annotate --all-extras --no-strip-extras

6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cryptography==41.0.5
dill==0.3.7
distlib==0.3.7
filelock==3.13.1
fixcloudutils[prometheus,redis]==1.10.0
fixcloudutils[prometheus,redis]==1.11.0
flake8==6.1.0
frozenlist==1.4.0
hiredis==2.2.3
Expand Down Expand Up @@ -54,14 +54,14 @@ pyyaml==6.0.1
redis[hiredis]==5.0.1
six==1.16.0
sortedcontainers==2.4.0
tomlkit==0.12.2
tomlkit==0.12.3
tox==4.11.3
types-pyopenssl==23.3.0.0
types-pytz==2023.3.1.1
types-requests==2.31.0.10
types-setuptools==68.2.0.1
typing-extensions==4.8.0
urllib3==2.0.7
urllib3==2.1.0
virtualenv==20.24.6
wheel==0.41.3
yarl==1.9.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cattrs==23.1.2
certifi==2023.7.22
charset-normalizer==3.3.2
click==8.1.7
fixcloudutils==1.10.0
fixcloudutils==1.11.0
frozenlist==1.4.0
hiredis==2.2.3
idna==3.4
Expand All @@ -20,7 +20,7 @@ pyyaml==6.0.1
redis==5.0.1
six==1.16.0
typing-extensions==4.8.0
urllib3==2.0.7
urllib3==2.1.0
yarl==1.9.2

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 418e35d

Please sign in to comment.