Skip to content

Commit

Permalink
Addressed safety issues up to 2024-07-21
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Jul 21, 2024
1 parent bfe07a3 commit ceca9ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Released: not yet

**Bug fixes:**

* Addressed safety issues up to 2024-06-23.
* Addressed safety issues up to 2024-07-21.

**Enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion minimum-constraints-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jsonschema==3.0.1
yamlloader==0.5.5

# urllib3 is used to disable warnings
urllib3==1.26.18
urllib3==1.26.19


# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)
Expand Down
4 changes: 2 additions & 2 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ safety-schemas==0.0.2
dparse==0.6.4b0
ruamel.yaml==0.17.21
# click is covered in requirements.txt
Authlib==1.2.0
Authlib==1.3.1
marshmallow==3.15.0
pydantic==1.10.13
typer==0.12.0
Expand Down Expand Up @@ -122,7 +122,7 @@ gitdb==4.0.8
imagesize==1.3.0
importlib-resources==1.4.0
iniconfig==2.0.0 # used by pytest since its 6.0.0
Jinja2==3.1.3
Jinja2==3.1.4
keyring==17.0.0
MarkupSafe==2.0.0
more-itertools==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PyYAML>=5.3.1,!=5.4.0,!=5.4.1,!=6.0.0; python_version >= '3.12'
jsonschema>=3.0.1
yamlloader>=0.5.5

urllib3>=1.26.18
urllib3>=1.26.19


# Indirect dependencies for install that are needed for some reason (must be consistent with minimum-constraints-install.txt)
Expand Down

0 comments on commit ceca9ce

Please sign in to comment.