Skip to content

Commit

Permalink
Bump chameleon from 4.4.2 to 4.5.0 in /dependabot (#20)
Browse files Browse the repository at this point in the history
* Bump chameleon from 4.4.2 to 4.5.0 in /dependabot

Bumps [chameleon](https://github.com/malthe/chameleon) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/malthe/chameleon/releases)
- [Changelog](https://github.com/malthe/chameleon/blob/master/CHANGES.rst)
- [Commits](malthe/chameleon@4.4.2...4.5.0)

---
updated-dependencies:
- dependency-name: chameleon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Version synchronization

* Fix Chameleon version for 3.8

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Howitz <m.howitz@minddistrict.com>
  • Loading branch information
3 people authored Jan 25, 2024
1 parent 4d0863a commit ae4c33d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependabot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chameleon==4.4.2
Chameleon==4.5.0
fanstatic==1.4
grok==4.0
grokcore.annotation==4.0
Expand Down
4 changes: 3 additions & 1 deletion grok-versions.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# GROK
Chameleon = 4.4.2
Chameleon = 4.5.0
fanstatic = 1.4
grok = 4.0
grokcore.annotation = 4.0
Expand Down Expand Up @@ -78,6 +78,8 @@ typing-extensions = 4.7.1
zipp = 3.15.0

[versions:python38]
# newer Chameleon versions require Python 3.9+
Chameleon = 4.4.4
importlib-metadata = 7.0.0
importlib-resources = 6.1.1
zipp = 3.17.0
Expand Down

0 comments on commit ae4c33d

Please sign in to comment.