Skip to content

Commit

Permalink
Unpin dacite version (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
8R0WNI3 committed Jan 29, 2025
1 parent 471e827 commit d3aaf68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
set -eu
pip3 install --no-cache \
aiohttp \
dacite==1.8.1 \
dacite \
deprecated \
pyaml \
python-dateutil \
Expand Down
2 changes: 1 addition & 1 deletion requirements.oci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dacite<=1.8.1
dacite
python-dateutil
requests
www-authenticate
2 changes: 1 addition & 1 deletion requirements.ocm.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dacite<=1.8.1
dacite
jsonschema
gardener-oci
python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ boto3
cachecontrol<1
cachetools
cryptography
dacite<=1.8.1
dacite
deepmerge
deprecated
dockerfile-parse>=1.2
Expand Down

0 comments on commit d3aaf68

Please sign in to comment.