Skip to content

Commit

Permalink
Merge pull request #176 from unt-libraries/django42
Browse files Browse the repository at this point in the history
Upgrade to Django 4.2
  • Loading branch information
gracieflores authored Aug 3, 2023
2 parents 582d31f + 7535693 commit e85c6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
db:
image: mariadb:10.3
image: mariadb:10.4
command: --sql_mode="only_full_group_by"
environment:
- MYSQL_ROOT_PASSWORD=root
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BeautifulSoup4==4.8.1
django~=4.1.2
django~=4.2.0
httplib2==0.19.0
lxml==4.9.1
mysqlclient~=2.0.1
Expand Down

0 comments on commit e85c6ed

Please sign in to comment.