Skip to content

Commit

Permalink
build(deps): bump mako from 1.3.2 to 1.3.3 (#12154)
Browse files Browse the repository at this point in the history
* build(deps): bump mako from 1.3.2 to 1.3.3

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

---
updated-dependencies:
- dependency-name: mako
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Apr 15, 2024
1 parent 0fcc6ae commit 00d94d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ webdriver_manager==4.0.1
# Security and audit
mistune==3.0.2
protobuf==3.20.3
mako==1.3.2
mako==1.3.3
paramiko==3.4.0 # not directly required, fixes Blowfish deprecation warning
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
jwcrypto>=1.5.6 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ install_requires =
# Security and audit
mistune==3.0.2
protobuf==3.20.3
mako==1.3.2
mako==1.3.3
paramiko==3.4.0 # not directly required, fixes Blowfish deprecation warning
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
jwcrypto>=1.5.6 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 00d94d2

Please sign in to comment.