Skip to content

Commit

Permalink
Merge pull request #64 from juntossomosmais/feat/update-packages-pyth…
Browse files Browse the repository at this point in the history
…on3.7

chore(dependencies): update packages
  • Loading branch information
MatheusGeiger authored Jul 16, 2024
2 parents c97e1fa + 5be86b9 commit 9a04e77
Show file tree
Hide file tree
Showing 6 changed files with 488 additions and 420 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ __pycache__/
local_settings.py
db.sqlite3
media
tests-reports/
.DS_Store

# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# in your Git repository. Update and uncomment the following line accordingly.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.4.0] - 2024-07-17

### Changed

- Update packages dependencies.

## [5.3.1] - 2023-08-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest-trio = "*"
[packages]
django = "~=2.2"
"stomp.py" = "~=8.0"
request-id-django-log = "==0.1.1"
request-id-django-log = "==0.2.0"
tenacity = "~=8.0"

[requires]
Expand Down
Loading

0 comments on commit 9a04e77

Please sign in to comment.