Skip to content

Commit

Permalink
Merge pull request #92 from PaulRenvoise/develop
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
PaulRenvoise authored Jul 4, 2023
2 parents 17ef44e + 1bcdfaa commit 245654a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0 (04/07/2023)

- Updated dependencies

## 1.3.5 (27/02/2023)

- Fix dependencies
Expand Down
2 changes: 1 addition & 1 deletion flashback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"timeoutable",
)

__version__ = "1.3.5"
__version__ = "1.4.0"
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation
mkdocs-material==9.0.15
mkdocstrings==0.20.0
mkdocs-coverage==0.2.6
mkdocs-material==9.1.18
mkdocstrings==0.22.0
mkdocs-coverage==0.2.7

-r requirements-test.txt
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Lint
pylint==2.16.2
pylint==2.17.4

# Test, coverage, and mocking
pytest==7.2.1
pytest-cov==4.0.0
mock==5.0.1
pytest==7.4.0
pytest-cov==4.1.0
mock==5.0.2
mockredispy==2.9.3

-r requirements.txt
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Caching
redis==4.3.5
redis==4.6.0
pymemcache==3.5.2

# Utils
regex==2022.10.31
regex==2023.6.3
Unidecode==1.3.6
pygments==2.14.0
cryptography==39.0.1
pygments==2.15.1
cryptography==41.0.1

0 comments on commit 245654a

Please sign in to comment.